home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1987 / Oct 87 / Re- TWindow->TView size 10⁄28 < prev    next >
Encoding:
Text File  |  1991-03-06  |  795 b   |  26 lines  |  [TEXT/GEOL]

  1. Item    7536926                         28-Oct-87        09:26
  2.  
  3. From:   ROSENSTEIN1                     Rosenstein, Larry
  4.  
  5. To:     D0619                           Palomar Software, Dev, Joel West
  6.  
  7. cc:     MACAPP$                         MacApp Interest List
  8.  
  9. Sub:    Re: TWindow->TView size…
  10.  
  11. It is not true that NewSimpleWindow omits the inner frame if the window doesn't
  12. scroll.  If the window's fIsResizable field is TRUE, then the inner frame is
  13. created.
  14.  
  15. The fIsResizable flag is set based on the value returned by
  16. TApplication.GetRsrcWindow.  Normally, you don't have to worry about this.  If
  17. you have a custom window defproc, however, you will have to override
  18. GetRsrcWindow and set the VAR parameter (isResizable) to indicate that the
  19. custom window can be resized.
  20.  
  21. Larry
  22.  
  23.  
  24.  
  25.  
  26.